-
Notifications
You must be signed in to change notification settings - Fork 26.9k
docs: fix Redundant "See also:" link in ContentChild #28334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
b107f49 to
8def278
Compare
|
Thanks for the PR @jithil-kore! Will you rebase this down to a single commit? |
|
@jithil-kore : I also noticed that one commit has completely unrelated changes (yarn version upgrade), which should be in a separate PR. I believe that squashing the commits per @brandonroberts request, that will also resolve this issue and remove the yarn version changes from this PR. Thanks! |
0ebca36 to
f8c5bc7
Compare
|
@brandonroberts I have rebased the PR to single commit. And as @jenniferfell suggested, making separate PR for the package update. |
|
This needs super level docs review from @jenniferfell - then we can apply merge label. |
@jenniferfell, could you please review this PR. |
|
Caretaker note: This is a docs only change and should not impact g3. Please run presubmit. |
f8c5bc7 to
6fdb268
Compare
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
This changes removed Redundant "See also:" link in ContentChild Page. Which will re render the same page on click,
What is the current behavior?
Currently if the "See also:" link in ContentChild page will re render the ContentChild page again.
Issue Number: #28318
What is the new behavior?
The See Also link has been removed from the ContentChild Page.
Does this PR introduce a breaking change?
Other information